projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
66b5f5a
)
* lisp/frame.el (display-graphic-p): Fix typo.
author
Po Lu
<luangruo@yahoo.com>
Tue, 30 Nov 2021 00:46:23 +0000
(08:46 +0800)
committer
Po Lu
<luangruo@yahoo.com>
Tue, 30 Nov 2021 00:46:23 +0000
(08:46 +0800)
lisp/frame.el
patch
|
blob
|
history
diff --git
a/lisp/frame.el
b/lisp/frame.el
index c9306ec46dfd3f6703ed3c987352e930e60b00a4..f790fa13ab92e05669d5f23e2299e925b72701d3 100644
(file)
--- a/
lisp/frame.el
+++ b/
lisp/frame.el
@@
-2119,7
+2119,7
@@
frames and several different fonts at once. This is true for displays
that use a window system such as X, and false for text-only terminals.
DISPLAY can be a display name, a frame, or nil (meaning the selected
frame's display)."
- (not (null (memq (framep-on-display display) '(x w32 ns
haiku
haiku)))))
+ (not (null (memq (framep-on-display display) '(x w32 ns
pgtk
haiku)))))
(defun display-images-p (&optional display)
"Return non-nil if DISPLAY can display images.